ucAppLogin.ascx.cs
Code Type: C# Codebehind Class for ASP .NET User Control
Uses Classes: CRegionSite, CDropDownList, CCPA, CMDWSOps, CSec


Lines of Code: 202

public partial class ucAppLogin : System.Web.UI.UserControl

	User control used to login to the application 

protected void Page_Load(object sender, EventArgs e)

	 page load 

public void LoadControl()

	 load the region, site data etc... 

protected void OnRegionIndexChanged(object sender, EventArgs e)

	 load the site dropdown when the region is changed 

protected void OnSiteIndexChanged(object sender, EventArgs e)

	site changed so load the clinical program areas for that site 

protected void btnLogin_Click(object sender, EventArgs e)

	 user clicked the login button, gather credentials and login 

	

